.text-weight {
    font-weight: 800;
}

.text-size {
    font-size: 16px;
}

.position-relative {
    position: relative;
}

.top-35{
    top: 35%;
}

.width-80{
    width: 80%;
}
.position-absolute {
    position: absolute;
}

.alert-success {
    color: #5ab22c !important;
}

.profile-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #696cff;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 40px;
}

.text-color {
    color: #696cff!important;
}

.div-sticky {
    position: -webkit-sticky;
    position: sticky!important;
    top: 20px;
}

.nbr-notification {
    color: #fff;
    position: absolute;
    font-size: 12px;
    background-color: #ff3e1d;
    border: 1px solid #ff3e1d;
    top: -7px;
    right: 9px;
    padding: 0px 3px;
    border-radius: 100%;    
    box-shadow: 0 1px 5px 1px #ff3e1d;
}

.w-300 {
    width: 300px;
}

.h-max-500 {
    max-height: 500px;
}

.select2-container--default .select2-selection--single{
    padding:5px;
    height: 40px!important;
    width: 100%; 
    font-size: 1em;  
    position: relative;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: white!important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove :hover {
    color: #696cffed!important;
}

.select2-container--default .select2-selection--multiple {
    padding:2px;
    height: 40px!important;
    font-size: 1em; 
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
    border-color: #696cff !important;
    background-color: #696cff !important;
    color: #fff !important;
}